DinoShellBackFaceMat_v
======================
  Textures:
    - DinoPackunEggShellAirBackF

  Ambient Colors:
    - 100, 100, 100, 195

  Material Colors:
    - 204, 204, 204, 255
    - 204, 204, 204, 255

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB))
         A = 255



DinoShellMat_v
==============
  Textures:
    - DinoPackunBabyShell
    - DinoPackunEggShell_env
        Scale: 8.59375, 6.240234375
        Rotation: 0.22312082277901546
    - DinoPackunEggShell_hilight
        Scale: 0.5419921875, 0.5419921875

  Ambient Colors:
    - 100, 100, 100, 195

  Constant Colors:
    - 255, 204, 171, 0

  Color Registers:
    - 35, 35, 35, 255
    - 881, 881, 881, 255

  Steps:
    1: RGB = ((vertex RGB) * (tex #1 RGB))
         A = (lerp from (tex #1 A) to 32 using (vertex A)), then add 255, multiply by 2
    2: RGB = ((255, 204, 171) * (tex #3 RGB)), then add (prev. RGB)
         A = 255, multiply by 2



DinoShellSide_v
===============
  Textures:
    - DinoPackunEggShellAirBackF

  Ambient Colors:
    - 100, 100, 100, 195

  Material Colors:
    - 81, 81, 81, 253
    - 81, 81, 81, 253

  Steps:
    1: RGB = ((tex #1 RGB) * (vertex RGB))
         A = 255
